<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*custom logo css*/
@media (min-width: 768px){
.navbar-brand.visible-lg.customlogo {
max-height: 44px !important;
max-width: 230px !important;
/*width: 100% !important;*/
}
}
@media (min-width: 768px){
.navbar-brand.visible-lg.customlogo img{
max-height: 44px !important;
max-width: 230px !important;
/*width: 100% !important;*/
}
}
@media (min-width: 768px){
.navbar-brand.hidden-lg.customlogo {
background-size: cover !important;
max-height: 44px!important;
max-width: 230px !important;
/*width: 100% !important;*/
}
}
@media (min-width: 768px){
.navbar-brand.hidden-lg.customlogo img {
background-size: cover !important;
max-height: 44px!important;
max-width: 230px !important;
/*width: 100% !important;*/
}
}
@media (max-width: 767px){
.navbar-header &gt; div.pull-right {
     width: auto !important;
}
}


@media (min-width: 320px) and (max-width: 767px) {
.navbar-brand.customlogo  img{
    background-size: cover;
    max-width: 195px;
    max-height: 37px;
}
}


@media (max-width: 320px) {
.navbar-brand.customlogo {
    background-size: cover;
     max-width: 150px;
     max-height: 37px;
}
}</pre></body></html>